home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / UTILITY / rescue4 / SETUP.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-06-16  |  1KB  |  62 lines

  1. object Form1: TForm1
  2.   Left = 203
  3.   Top = 115
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Setup'
  7.   ClientHeight = 101
  8.   ClientWidth = 291
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   WindowState = wsMaximized
  16.   OnCreate = Form1Create
  17.   OnDestroy = Form1Destroy
  18.   OnShow = Form1Show
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 12
  23.     Top = 23
  24.     Width = 122
  25.     Height = 148
  26.     AutoSize = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 142
  30.     Top = 16
  31.     Width = 288
  32.     Height = 40
  33.     Caption = 'Rescue 95 Setup'
  34.     Color = clBlack
  35.     Font.Color = clYellow
  36.     Font.Height = -37
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsItalic]
  39.     ParentColor = False
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 455
  44.     Top = 1
  45.     Width = 183
  46.     Height = 13
  47.     Caption = 'Copyright 1997 by Super Win Software'
  48.     Font.Color = clWhite
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object Timer1: TTimer
  55.     Enabled = False
  56.     Interval = 100
  57.     OnTimer = Timer1Timer
  58.     Left = 146
  59.     Top = 109
  60.   end
  61. end
  62.